parenthesized expressions meaning in Chinese
括弧表达式
Examples
- S - expressions are fully parenthesized expressions with only one form of parenthesis
S表达式是仅用一种形式的括号完全括起来的表达式。 - For example , the expression y could either be interpreted as a cast expression a cast of y to type x or as an additive expression combined with a parenthesized expression , which computes the value x y
例如,表达式( x ) y既可以解释为强制转换表达式(从类型y到类型x的强制转换) ,也可以解释为结合了带括号的表达式的相加表达式(计算xy的值) 。